home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / TR-IN3.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-12-07  |  2KB  |  40 lines

  1. @ECHO OFF                                                                     
  2. cls
  3. echo.
  4. echo           ■----------------------------------------------------■
  5. echo           :  xPRESS mOddING enhanced logon  -- v3.o1           :
  6. echo           `----------------------------------------------------' 
  7. if "%1"=="" goto help
  8. if "%2"=="" goto help                                                           
  9.  
  10. mkpcbtxt %1 /i:259  "!%2\TRIP!IN.PPE"
  11. goto done
  12.                                                                               
  13.                                                                               
  14. :help                                                                         
  15. echo.                                                                         
  16. echo To install the ppe, use the following parameters..
  17. echo.                                                                           
  18. echo                INSTALL.BAT [pcbtxt.dir] [ppe.dir]
  19. echo.                                                                          
  20. echo       [pcbtxt.dir] is the full pathname of your pcbtext file.
  21. echo.                                                                       
  22. echo        [ppe.dir] is the pathname of where the ppe is located.
  23. echo.                                                                         
  24. echo.
  25. echo example :
  26. echo.                                                                         
  27. echo             install.bat c:\pcb\gen\pcbtext c:\pcb\ppe\logon
  28. echo.                                                                         
  29. goto end
  30.  
  31. :done                                                                         
  32. echo.                                                                         
  33. echo done!...   trip!in.ppe has been successivly been installed on your system!
  34. echo.                                                                         
  35. echo xPS mOddING kREW!  -- tRiP.SeNiOR!
  36. echo.
  37.                                                                               
  38. :end
  39. echo.
  40.